h1 {
    font-family: "Roboto";
    margin-top: 30px;
    margin-bottom: 30px;
    color: #000 !important;
}
.panel.panel-primary.text-center {
    min-height: 200px;
}

.firstPanel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none !important;
    /* border-radius: 10px / 30px; */
    width: 89.5%;
    border: 2px solid #008444 !important;
    border-radius: 8px !important;
    min-height: 550px;
}


.secondPanel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    /* border-radius: 10px / 30px; */
    width: 89.5%;
    min-height: 553px;
    box-shadow: none;
    border: 2px solid #008444;
    border-radius: 8px;
}

img#imgTwo {
    width: 494px;
}

a#findJob {
    /* width: 40%; */
    float: left;
    padding: 23px;
    width: 100%;
    text-align: left;
    background: #008444;
    color: #fff !important;
    border: none;
    /* border-radius: 10px / 30px; */
    font-size: 1.25em;
    margin-top: 1px;
    font-family: "Roboto";
}

a#addSupport {
    /* width: 40%; */
    float: left;
    padding: 23px;
    width: 100%;
    text-align: left;
    background: #008444;
    color: #fff !important;
    border: none !important;
    /* border-radius: 10px / 30px; */
    font-size: 1.25em;
    margin-top: 1px;
}

p#textOne {
    float: left;
    margin-left: 20px;
    font-size: 1em;
    color: #000;
}
h2.card-title {
    float: left;
    margin-left: 20px;
    font-family: "Roboto";
    color: #000 !important;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

p#textTwo {
    float: left;
    margin-left: 20px;
    font-size: 1em;
    color: #000;
}

img#imgOne {
    width: 100%;
    margin-left: 0%;
    mix-blend-mode: multiply;
}

img#imgTwo {
    width: 100%;
    margin-left: 0%;
    mix-blend-mode: multiply;
}

@media only screen and (max-width: 1024px) {
    .secondPanel {
        min-height: 468px;
    }

    a#addSupport {
        margin-top: 2px;
    }
    .firstPanel {
        min-height: 468px;
    }
    img#imgTwo {
    width: 100%;
}

    img#imgOne {
        width: 100%;
    }

}

@media only screen and (max-width: 768px) {

    h2.card-title {
        float: inherit;
        margin-left: 20px;
    }
    .secondPanel {
        min-height: 425px;
    }
    a#findJob {
        margin-top: 33px;
    }
    .firstPanel {
        min-height: 425px;
}

    a#addSupport {
        margin-top: 0px;
    }

}

@media only screen and (max-width: 425px) {
    .secondPanel {
        min-height: 450px;
    }

    .firstPanel {
        min-height: 420px;
    }
}

@media only screen and (max-width: 375px) {
    .firstPanel {
        min-height: 420px;
    }

    .secondPanel {
        min-height: 423px;
    }
}

@media only screen and (max-width: 320px) {
    .secondPanel {
        min-height: 414px;
    }
    .firstPanel {
        min-height: 385px;
    }
}